Fix some compilation warnings
authorJavier Jardón <jjardon@gnome.org>
Thu, 29 Oct 2009 02:39:35 +0000 (03:39 +0100)
committerJavier Jardón <jjardon@gnome.org>
Fri, 30 Oct 2009 17:33:16 +0000 (18:33 +0100)
commit3dbfc08a7a219db290b049a0788db519fcbcb35d
tree1a53fc1df09e01d77ec5e9dcd4f873c5a23be6ce
parent3388a1b146a4808a467c7d39c32b637811b54289
Fix some compilation warnings

Fixed the prototypes of MyEnhancedXkbTranslateKeyCode() and
translate_keysym() to take a gint* because those functions treat
these arguments as an int, so we get around the need to cast.
gdk/x11/gdkkeys-x11.c